Add a missing semi-colon in the doc string, spotted by Johannes Sasonko
authorJohan Dahlin <jdahlin@async.com.br>
Fri, 6 Jul 2007 13:39:19 +0000 (13:39 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Fri, 6 Jul 2007 13:39:19 +0000 (13:39 +0000)
2007-07-06  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing
    semi-colon in the doc string, spotted by Johannes Sasonko

svn path=/trunk/; revision=18386

ChangeLog
gtk/gtkbuilder.c

index b4d24ed3f28081e0d36bb7eedb074bf645469cf5..6cf0bee6b467c010a9a9698732e1e30dd6a87278 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-06  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing
+       semi-colon in the doc string, spotted by Johannes Sasonko
+
 2007-07-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkbuilder.c: Support pixbuf properties by specifying
index 81e0c0f7dd859e6f3052be29ab34c8596ee18a73..551a47772b16682f0a6ee56b9f7898b91d7c5a9f 100644 (file)
@@ -1405,7 +1405,7 @@ _gtk_builder_flags_from_string (GType         type,
  * Returns: the #GType found for @type_name or #G_TYPE_INVALID 
  *   if no type was found
  *
- * Since 2.12
+ * Since: 2.12
  */
 GType
 gtk_builder_get_type_from_name (GtkBuilder  *builder,